type net/http.http2Server

13 uses

	net/http (current package)
		h2_bundle.go#L3898: type http2Server struct {
		h2_bundle.go#L3970: func (s *http2Server) initialConnRecvWindowSize() int32 {
		h2_bundle.go#L3977: func (s *http2Server) initialStreamRecvWindowSize() int32 {
		h2_bundle.go#L3984: func (s *http2Server) maxReadFrameSize() uint32 {
		h2_bundle.go#L3991: func (s *http2Server) maxConcurrentStreams() uint32 {
		h2_bundle.go#L3998: func (s *http2Server) maxDecoderHeaderTableSize() uint32 {
		h2_bundle.go#L4005: func (s *http2Server) maxEncoderHeaderTableSize() uint32 {
		h2_bundle.go#L4015: func (s *http2Server) maxQueuedControlFrames() int {
		h2_bundle.go#L4060: func http2ConfigureServer(s *Server, conf *http2Server) error {
		h2_bundle.go#L4065: 		conf = new(http2Server)
		h2_bundle.go#L4213: func (s *http2Server) ServeConn(c net.Conn, opts *http2ServeConnOpts) {
		h2_bundle.go#L4365: 	srv              *http2Server
		server.go#L3329: 		conf := &http2Server{